RawExtensionContent Class

Extension content preserved as raw XML - the fallback for extension elements that have no typed class. The markup is captured with ReadOuterXml and re-emitted unchanged, so unknown extensions always survive a round trip.

Definition

Namespace: Independentsoft.Office.Drawing
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class RawExtensionContent : IExtensionContent
Inheritance
Object    RawExtensionContent
Implements
IExtensionContent

Constructors

RawExtensionContentInitializes a new instance of the RawExtensionContent class
RawExtensionContent(String)Initializes a new instance of the RawExtensionContent class

Properties

Xml Gets or sets the raw XML of the preserved extension content.

Methods

Clone 
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also